-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CryptoLib#164 - TM Multiple Packets and Pre-allocation of SA #170
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Gitlab ENV Variables do not seem to be passing to this container.
# Conflicts: # .github/workflows/mariadb.yml # CMakeLists.txt # src/sa/mariadb/sadb_routine_mariadb.template.c # test/CMakeLists.txt # test/tests/ut_kmc_crypto_with_mtls_sadb.c # util/CMakeLists.txt
…ing on build type;
…ons as well as the support and test folders entirely;
Cryptolib#159 - Key Management
# Conflicts: # src/core/crypto_tm.c
154 tm encryption support
# Conflicts: # src/core/crypto_tc.c # src/core/crypto_tm.c
Codecov Report
@@ Coverage Diff @@
## main #170 +/- ##
===========================================
+ Coverage 67.28% 85.83% +18.54%
===========================================
Files 25 29 +4
Lines 9620 7629 -1991
===========================================
+ Hits 6473 6548 +75
+ Misses 3147 1081 -2066
|
…odome that wasn't installed;
dccutrig
reviewed
Jun 21, 2023
dccutrig
reviewed
Jun 21, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks pretty good! See comment wrt configuration. Minor fix on an error message string.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
In order to properly compile for cFS / flight software use the security association memory needs to be pre-allocated in the structure and not dynamically allocated. This was resolved as well as some minor improvements for standalone for demonstration purposes.